Clarify docs. (#317682, Christian - Manny Calavera - Neumair)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 26 Oct 2005 14:43:10 +0000 (14:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 26 Oct 2005 14:43:10 +0000 (14:43 +0000)
2005-10-26  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
        docs.  (#317682, Christian - Manny Calavera - Neumair)

ChangeLog
ChangeLog.pre-2-10
gtk/gtktreemodel.c

index edacd06533a3f23048d55bed65703a5a68efdfec..6f3639fb439538c7ef9819bacf82d230eb42b214 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
+       docs.  (#317682, Christian - Manny Calavera - Neumair)
+
        * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
        seem to affect the placement of the data in the readonly 
        section, and causes problems with some compilers.  (#317844)
index edacd06533a3f23048d55bed65703a5a68efdfec..6f3639fb439538c7ef9819bacf82d230eb42b214 100644 (file)
@@ -1,5 +1,8 @@
 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
+       docs.  (#317682, Christian - Manny Calavera - Neumair)
+
        * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
        seem to affect the placement of the data in the readonly 
        section, and causes problems with some compilers.  (#317844)
index 58e09880056fbe8b2214e59c878bedb60056b526..7b401b3bdadc1fdd3c8917aae9e7cc4a62d19bf0 100644 (file)
@@ -1480,7 +1480,7 @@ gtk_tree_model_row_deleted (GtkTreeModel *tree_model,
  * @path: A #GtkTreePath pointing to the tree node whose children have been 
  *      reordered
  * @iter: A valid #GtkTreeIter pointing to the node whose children have been 
- *      reordered
+ *      reordered, or %NULL if the depth of @path is 0.
  * @new_order: an array of integers mapping the current position of each child
  *      to its old position before the re-ordering,
  *      i.e. @new_order<literal>[newpos] = oldpos</literal>.